//==============================================================================
// Eye of Kilrogg DeathSFX_anim.txt
//==============================================================================

//==============================================================================
define DeathSFX
{
   set hotspot
   {
      version
      {
         Visualparticle EyeOfKilrogg DeathSFX
      }
   }  
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visual jimmy
			Connect ATTACHPOINT DeathSFX hotspot
			tag SpecificSoundSet 0.01 false EyeOfKilroggDeathSFX checkVisible
         }
      }
   }
}
